home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / demos / ftl / hlaj.txt < prev    next >
Encoding:
Text File  |  1995-09-06  |  792 b   |  19 lines

  1. The "Slow Local Anchor Jumps" menu option sets a 
  2. flag which is used by the OnHandleLocalAnchorJump 
  3. method of the HTDisplayBox component. This method 
  4. is used to modify how clicks on links to local 
  5. anchors within the same file are processed. In 
  6. this case, the scrolling of the display is 
  7. deliberately slowed down by making a series of 
  8. calls to the Position property of the HTDisplayBox 
  9. component. (This could be used to interpose 
  10. control behaviors prior to local scrolling, such 
  11. as to a large bitmap.)
  12.  
  13. (Note: Assert methods normally are used to abort
  14. all further processing of an action, while the
  15. Handle Methods modify the processing. These
  16. two methods can each be overridden in code by
  17. direct assignment for Assert types and virtual
  18. overriding for Handle types.)
  19.